FORCE AUTO CENTER OFF
This command will use the current control device if it has force feedback capability.
FORCE AUTO CENTER OFF
This command does not return a value.
The command will deactivate any effect of force that has been created with the FORCE AUTO CENTER ON command.
rem Prepare Force Feedback (if available)
ForcePresent=0
empty checklist
PERFORM CHECKLIST FOR CONTROL DEVICES
for c=1 to checklist quantity()
if checklist value a(c)=1
SET CONTROL DEVICE checklist string$(c)
ForcePresent=1
endif
next c
rem Test loop
do
if ForcePresent=1
FORCE AUTO CENTER ON
wait 1000*8
FORCE AUTO CENTER OFF
wait 1000*8
FORCE NO EFFECT
endif
loop
end
INPUT Commands Menu
Index